WCE 1.10
Maintenance release, exe-file only.

Some work on reset detect logic to make restart smoother.
More debug info printed when things go wrong in serial communication.

Two reported "minor" issues now handled.

Issue 1. Some receiver can't handle the ODD/EVEN-DCW-in one-single-response..
Solution:
Add this line to wincardemu.ini:
SendSeparateDcw=on

Issue 2. Win 95/98/ME users get a warning message everytime they start WCE..
how to automate the response ?
Solution:
Add this line to wincardemu.ini:
WinVersionWarningAction=<The_Answer_you_press_and_it_works>

i.e if you press the NO button, add this:
WinVersionWarningAction=no
else if you press the YES button, add:
WinVersionWarningAction=yes

Add the options mentioned above at the top of wincardemu.ini


TIP: If you use old/slow PC and/or old obsolete OS (win9x/ME)..set all loglevel(s) to off:
debug    = 01 01 03 07 ff
serdebug = 01 01 03 07 ff

Also setting the option "CamHighSpeedMode=on" might help (untested, no slow machines here ;) )
but it should mean less work/comm-driver calls needed in serial communication routines.

